home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 13 / Logiciels PC 13 (avril 2000).iso / Emul / snes / zsn9891a / ZSNES.CFG < prev    next >
Text File  |  2000-03-04  |  3KB  |  115 lines

  1. ; ZSNES Configuration file
  2.  
  3. ; Frame Skip = 0 .. 9
  4.  
  5. FrameSkip = 0
  6.  
  7. ; Auto Frame Skip = 0 or 1 (1 = ON)
  8.  
  9. AutoFrameSkip = 1
  10.  
  11. ; Player 1/2 Input Device.  Use the GUI to set these values
  12. ; NOTE : Using this to select joysticks manually will NOT work!
  13.  
  14. Player1Device = 1
  15. Player2Device = 0
  16.  
  17. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  18. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  19. ; Use the GUI to set these values
  20.  
  21. ScanKey1 = 77, 75, 80, 72, 28, 54, 79, 83, 71, 82, 73, 81
  22. ScanKey2 = 51, 49, 50, 37, 29, 56, 45, 44, 32, 31, 33, 46
  23.  
  24. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  25. ; 2 devices to be shared on a single player.  This feature automatically
  26. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  27.  
  28. Pl34to12Share = 0
  29.  
  30. ; Percent to Execute [50 .. 150]
  31.  
  32. Execute = 100
  33.  
  34. ; Video Mode, 0 - 3
  35. ;   0 = 320x240x256           1 = 256x256x256
  36. ;   2 = 320x240x256 VESA2     3 = 320x240x65536 VESA2
  37. ;   4 = 640x480x256 VESA2     5 = 640x480x65536 VESA2
  38. ;   6 = 512x384x256 VESA2     7 = 512x384x65536 VESA2
  39. ;   8 = 640x480x65536 VESA1.2 9 = 320x480x256 VESA2
  40. ;   10 = 320x480x65536 VESA2
  41.  
  42. VideoMode = 0
  43.  
  44. ; Sound Emulation = 0 or 1 (1 = ON)
  45.  
  46. Sound = 1
  47.  
  48. ; Sound Sampling Rate
  49. ;   0 =  8000Hz, 1 = 11025Hz, 2 = 22050Hz, 3 = 44100Hz
  50. ;   4 = 16000Hz, 5 = 32000Hz
  51.  
  52. SoundRate = 3
  53.  
  54. ; Stereo (0 = off, 1 = on)
  55.  
  56. Stereo = 1
  57.  
  58. ; Stereo Reversed (0 = off, 1 = L <-> R)
  59.  
  60. ReverseStereo = 0
  61.  
  62. ; GUI Disable (1 = Disable GUI, 0 = Enable GUI)
  63.  
  64. GUIDisable = 0
  65.  
  66. ; New Graphics Engine (1 = Enable, 0 = Disable)
  67. ; All 256 color modes and 320x240x65536 supported
  68.  
  69. NewGfx = 0
  70.  
  71. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  72. ; 256x256x256 or 640x480 modes only (25and 50in 640x480x65536 mode only)
  73.  
  74. Scanlines = 0
  75.  
  76. ; Interpolation (1 = Enable, 0 = Disable) - 640x480x65536 mode only
  77. ; This option also Enables EAGLE          - 640x480x256 mode only
  78.  
  79. Interpolation = 0
  80.  
  81. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  82.  
  83. VSync = 0
  84.  
  85. ; Skip Enter Press at Beginning  (1 = Yes, 0 = No)
  86.  
  87. EnterSkip = 0
  88.  
  89. ; Force 8-bit sound on  (1 = Yes, 0 = No)
  90.  
  91. Force8bit = 0
  92.  
  93. ; Disable Echo  (1 = Yes, 0 = No)
  94.  
  95. EchoDisable = 0
  96.  
  97. ; Sound Volume Level (0 .. 100)
  98. ; Note : Setting this too high can cause sound overflow which degrades quality
  99.  
  100. Volume = 100
  101.  
  102. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  103.  
  104. DontSave = 0
  105.  
  106. ; Savefile directory.  Leave it blank if you want the save files to be in the
  107. ; same directory as the games.  It should be in a format like : C:\dir\dir
  108.  
  109. SaveDirectory = 
  110.  
  111. ; Game directory.  This is the directory where the GUI starts at.
  112. ; ZSNES automatically writes the current directory here apon exit.
  113.  
  114. GameDirectory = C:\DOWNLO~1\LPC\SNES\ROMS_S~1
  115.